home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / WINNC32.EX_ / WINNC32.EX / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  1997-06-16  |  3KB  |  185 lines

  1. object Form7: TForm7
  2.   Left = 242
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Config Speedbar'
  7.   ClientHeight = 256
  8.   ClientWidth = 367
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel2: TBevel
  17.     Left = 6
  18.     Top = 210
  19.     Width = 355
  20.     Height = 13
  21.     Shape = bsBottomLine
  22.   end
  23.   object GroupBox1: TGroupBox
  24.     Left = 6
  25.     Top = 6
  26.     Width = 355
  27.     Height = 85
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 12
  31.       Top = 18
  32.       Width = 65
  33.       Height = 13
  34.       Caption = 'Button Name:'
  35.     end
  36.     object Label5: TLabel
  37.       Left = 12
  38.       Top = 60
  39.       Width = 58
  40.       Height = 13
  41.       Caption = 'Button Icon:'
  42.     end
  43.     object Bevel1: TBevel
  44.       Left = 6
  45.       Top = 36
  46.       Width = 343
  47.       Height = 13
  48.       Shape = bsBottomLine
  49.     end
  50.     object Edit1: TEdit
  51.       Left = 90
  52.       Top = 16
  53.       Width = 169
  54.       Height = 21
  55.       TabOrder = 0
  56.     end
  57.     object Button2: TButton
  58.       Left = 270
  59.       Top = 58
  60.       Width = 79
  61.       Height = 21
  62.       Caption = 'Browse...'
  63.       TabOrder = 1
  64.       OnClick = Button2Click
  65.     end
  66.     object Edit4: TEdit
  67.       Left = 90
  68.       Top = 58
  69.       Width = 169
  70.       Height = 21
  71.       TabOrder = 2
  72.     end
  73.   end
  74.   object GroupBox2: TGroupBox
  75.     Left = 6
  76.     Top = 96
  77.     Width = 355
  78.     Height = 115
  79.     TabOrder = 1
  80.     object Label2: TLabel
  81.       Left = 12
  82.       Top = 18
  83.       Width = 71
  84.       Height = 13
  85.       Caption = 'File/Dir- Name:'
  86.     end
  87.     object Label4: TLabel
  88.       Left = 12
  89.       Top = 66
  90.       Width = 71
  91.       Height = 13
  92.       Caption = 'WorkDirectory:'
  93.     end
  94.     object Label6: TLabel
  95.       Left = 12
  96.       Top = 42
  97.       Width = 56
  98.       Height = 13
  99.       Caption = 'Parameters:'
  100.     end
  101.     object Label3: TLabel
  102.       Left = 12
  103.       Top = 92
  104.       Width = 59
  105.       Height = 13
  106.       Caption = 'Shell Action:'
  107.     end
  108.     object Edit3: TEdit
  109.       Left = 90
  110.       Top = 64
  111.       Width = 169
  112.       Height = 21
  113.       TabOrder = 0
  114.     end
  115.     object Edit2: TEdit
  116.       Left = 90
  117.       Top = 16
  118.       Width = 169
  119.       Height = 21
  120.       TabOrder = 1
  121.     end
  122.     object Button1: TButton
  123.       Left = 270
  124.       Top = 16
  125.       Width = 79
  126.       Height = 21
  127.       Caption = 'Browse...'
  128.       TabOrder = 2
  129.       OnClick = Button1Click
  130.     end
  131.     object Edit5: TEdit
  132.       Left = 90
  133.       Top = 40
  134.       Width = 169
  135.       Height = 21
  136.       TabOrder = 3
  137.     end
  138.     object ComboBox1: TComboBox
  139.       Left = 90
  140.       Top = 88
  141.       Width = 73
  142.       Height = 21
  143.       ItemHeight = 13
  144.       Items.Strings = (
  145.         ''
  146.         'Open'
  147.         'Print')
  148.       TabOrder = 4
  149.       Text = 'Open'
  150.     end
  151.     object Popuplinks: TCheckBox
  152.       Left = 265
  153.       Top = 45
  154.       Width = 81
  155.       Height = 17
  156.       Caption = 'Popuplinks'
  157.       TabOrder = 5
  158.     end
  159.   end
  160.   object BitBtn1: TBitBtn
  161.     Left = 270
  162.     Top = 228
  163.     Width = 91
  164.     Height = 25
  165.     TabOrder = 2
  166.     OnClick = BitBtn1Click
  167.     Kind = bkCancel
  168.   end
  169.   object BitBtn2: TBitBtn
  170.     Left = 162
  171.     Top = 228
  172.     Width = 93
  173.     Height = 25
  174.     TabOrder = 3
  175.     OnClick = BitBtn2Click
  176.     Kind = bkOK
  177.   end
  178.   object OpenDialog1: TOpenDialog
  179.     FileEditStyle = fsEdit
  180.     Options = [ofNoDereferenceLinks]
  181.     Left = 6
  182.     Top = 222
  183.   end
  184. end
  185.